home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / t_road.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  110 b   |  7 lines

  1. on mouseDown
  2.   set pressedBtn to hBtnToggle(13, 39, 44)
  3.   if pressedBtn = 1 then
  4.     hBackward()
  5.   end if
  6. end
  7.